home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Programmer's Power Pack
/
Delphi Volume 1.iso
/
e_to_l
/
gforms
/
demo1.dfm
/
demo1.txt
Wrap
Text File
|
1996-09-15
|
1KB
|
48 lines
object MDIParent: TMDIParent
Left = 335
Top = 123
Width = 435
Height = 300
Caption = 'MDI Parent'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsMDIForm
Menu = MainMenu1
PixelsPerInch = 120
WindowMenu = WindowMenu
TextHeight = 16
object MainMenu1: TMainMenu
Left = 16
Top = 24
object FileMenu: TMenuItem
Caption = '&File'
object FileNew: TMenuItem
Caption = '&New'
OnClick = FileNewClick
end
object FileExit: TMenuItem
Caption = '&Exit'
OnClick = FileExitClick
end
end
object WindowMenu: TMenuItem
Caption = '&Window'
object WindowTile: TMenuItem
Caption = '&Tile'
OnClick = WindowTileClick
end
object WindowCascade: TMenuItem
Caption = '&Cascade'
OnClick = WindowCascadeClick
end
end
end
object FormSaver1: TFormSaver
IniSection = 'MDIParent'
Left = 56
Top = 24
end
end